This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
If it works with a NotesDocument sourced from the back end...
...then you should give it one. Apparently there's some problem associated with having gotten the document from the NotesUIDocument. So, something like:
'Create an empty NotesDocumentCollection. Set MyCollection = MyDatabase.CreateDocumentCollection Dim strID$ strID = myDocument.NoteID delete myDocument set myDocument = myDatabase.GetDocumentByID(strID)
'Add the newly-saved document to our empty NotesDocumentCollection. Call MyCollection.AddDocument( MyDocument ) 'Call a subroutine in the XMLToDocumentum Script Library. Call ExportDocumentsToXML( MyCollection, "http://SomeURL" )
Feedback response number AGUD7PPLH8 created by ~Julia Prefootherlen on 02/28/2009